XML is not unfamiliar to us, it has a wide range of uses in enterprise-class applications. Specifically, no longer said, the following describes the difference between dtd,xsd and XSD as an example to see the definition and use of spring.
1.DTD
Let's take a look at the simple xsd below:
AttributeFormDefault = "unqualified">
Comment describing your root
Element
Below is an xml format that complies with this xsd:
Xsi: noNamespaceSchemaLocation = "D: \
How to Create a dataset ing from the XSD Architecture
This example illustrates how to create a dataset ing from the provided XML Schema Definition Language (XSD) architecture. In general, the architecture is metadata or data, but the XSD
automatically generate XSD from XML using the Xsd.exe tool that comes with Vistual studio1, Command Prompt-"Find the folder where the VS comes with the Xsd.exe tool for example: C:\Program Files (x86) \microsoft Sdks\windows\v7.0a\bin Note: Win7
XML with the correct syntax is called "well-formed" XML. XML that is validated by a DTD is "legitimate" XML. The role of a DTD (document type definition) is to define a legitimate building block for an XML document. It uses a series of legitimate
This article mainly introduces the Schema Definition XSD in XML programming and explains how to declare the schema and definition type in XML documents, for more information about schema definition in XML programming, see the next article.
XML
Simply put: XML Schema is a class of XML, which is also equivalent to the table structure pattern of relational tables. Most of the time it is possible for a program to automatically generate its XSD based on an existing XML, or to generate its
About XSD and DTD in XML structure and the use of standaloneXmlDeclaration declare= document. Createxmldeclaration ("1.0", "Utf-8", "yes"); Yes is the value of standalone,There is a standalone in the declaration in XMLStandalone is used to indicate
DTD is an effective method to ensure that the XML document format is correct. you can compare the XML document and DTD file to see whether the document complies with the specifications, and whether the elements and labels are correctly used.
1. DTD (
In the "Spring" Spring3.0.5 download, Configuration and HelloWorld (click to open the link) of the article you may have seen. If spring does not integrate log4j directly, the following warning about spring consolidation log4j appears. This is very
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.